Technical Stuff

Things you probably don't need to know unless you have a problem.

Have a question?

If you're not happy with the docs, you can browse the source code or submit an issue. Better yet, do both! & send a PR :D <3

Writing a literal @import inside markdown

If you don't want an import to be done. You just want to write @import You'll need a zero-width-non-joiner between the @ sign and import. You can copy+paste this: @‍import(ExampleOfImportKey) or do an internet

deleteExistingDocs

Existing docs can only be deleted if they pass the sanity checks, as follows:

<?php
@import(Technical.deleteExistingDocs.sanityCheck)

Default Configs

Default Configs are as follows: @import(Configs.list)

The actual code for deriving these defaults is:

<?php
@import(Configs.defaultsCode)